AllowMerging Property (FlexGridBase<T>)
In This Topic
Gets or sets which parts of the grid provide cell merging.
Syntax
'Declaration
<System.ComponentModel.DefaultValueAttribute(Mono.Cecil.CustomAttributeArgument)>
Public Overridable Property AllowMerging As AllowMerging
'Usage
Dim instance As FlexGridBase(Of T)
Dim value As AllowMerging
instance.AllowMerging = value
value = instance.AllowMerging
[System.ComponentModel.DefaultValue(Mono.Cecil.CustomAttributeArgument)]
public virtual AllowMerging AllowMerging {get; set;}
public read-write property AllowMerging: AllowMerging; virtual;
System.ComponentModel.DefaultValueAttribute(Mono.Cecil.CustomAttributeArgument)
public function get,set AllowMerging : AllowMerging
[System.ComponentModel.DefaultValue(Mono.Cecil.CustomAttributeArgument)]
public: __property virtual AllowMerging get_AllowMerging();
public: __property virtual void set_AllowMerging(
AllowMerging value
);
[System.ComponentModel.DefaultValue(Mono.Cecil.CustomAttributeArgument)]
public:
virtual property AllowMerging AllowMerging {
AllowMerging get();
void set ( AllowMerging value);
}
See Also